raar.world
Interface RASimulation_Observer

All Known Implementing Classes:
RAGSimFrame

public interface RASimulation_Observer

Simulation can notify implementations of this interface of events.


Method Summary
 void notifyCurrentRound(long n)
           
 void notifySimulationFinished(long n)
           
 

Method Detail

notifyCurrentRound

public void notifyCurrentRound(long n)

notifySimulationFinished

public void notifySimulationFinished(long n)